home *** CD-ROM | disk | FTP | other *** search
/ Ultimate Add-On's (Tournament Edition) / Cybercore Publishing - Ultimate Add-on's Tournament Edition.iso / tools / heretic / deep / heep.ini < prev    next >
Text File  |  1995-01-30  |  5KB  |  117 lines

  1. * --------------------------------------------------------------------------
  2. *   Default HeeP.INI configuration file  shareware
  3. *
  4. *   Register HeeP online on CompuServe (GO SWREG 4553) 
  5. *   Or send $20.00 to: (see ORDER.FRM)
  6. *
  7. *             Sensor Based Systems, Inc.
  8. *             17010 NE 190th St
  9. *             Woodinville, WA 98072
  10. *             (206) 827-8794
  11. *
  12. *             75454.773@COMPUSERVE.COM         
  13. *             jackv56036@AOL.com
  14. *
  15. *   Comment lines start with / ; * or # (so you choose)
  16. *   All lines with comments do nothing (like this file is now).
  17. *   Customize this file to suit your needs.
  18. *
  19. *   If you have not Registered HERETIC, you cannot save any levels.
  20. *
  21. *   If you have not Registered HeeP, you can only edit 1 PWAD if you save
  22. *   using different names and 2 PWADS if the save name stays the same.
  23. *
  24. * --------------------------------------------------------------------------
  25. * HeeP can be installed in any directory. We recommend that you install
  26. * HeeP in its own DeeP directory (along with DeeP), to separate your work. 
  27.  
  28. * The only reason you might change the different HERETICx.WAD name options
  29. * is to support different HERETIC WADS and separate your work levels.
  30.  
  31. * Create a HeeP.INI file (this file) for each version of HERETIC and create
  32. * a batch file for each.
  33.  
  34. *  Sample batch file for testing HERETIC1 only (as simple as it gets):
  35.  
  36. ** ------start of file------
  37. **  cd\DeeP
  38. **  HeeP -config HeeP1.ini             << file with HERETIC1 stuff
  39. ** ------end of file -------
  40.  
  41. **  Sample batch file for testing HERETIC only:
  42.  
  43. ** ------start of file------
  44. **  cd\DeeP
  45. **  HeeP -config HeeP2.ini             << file with HERETIC stuff
  46. ** ------end of file -------
  47.  
  48. ** ----------------------------------------------------------------------
  49. ** ----------------------------------------------------------------------
  50.  
  51. ** Name of the main wad file.  This file sets support for HERETIC
  52. ** Uncomment (remove the # in front of main) to reflect your file location.
  53.  
  54. #main = C:\HERETIC\HERETIC.wad       ** typical HERETIC (registered)
  55.  
  56. ** Name of the default directory for reading PWAD files.
  57.  
  58. #patch= C:\HERETIC\PWADs             ** name of default directory
  59.  
  60. #help= C:\HERETIC\DeeP\DeeP.hlp      ** name of the help file 
  61.  
  62. ** Use this to change the default video mode if you have a new SuperVGA driver.
  63. ** VESA.BGI is the default driver for VESA boards with at least 512K memory.
  64. ** VGA256.BGI is for VGA Picture displays, don't use directly ( 320x200x256 resolution)
  65.  
  66. **  Try bgi = VGAONLY if the default VESA does not work (incompatible video BIOS).
  67. **  If an error occurs initializing the VESA driver,
  68. **  the Program switches to VGA mode automatically.
  69. **
  70. **  VGA mode automatically uses fakecursor, since VGA doesn't erase
  71. **  the mouse correctly (sorry, it's the driver).
  72.  
  73. **  In VGA mode, the map displays ok, but the colors for the pictures do not.
  74. **  For the texture displays, the VGA256 driver is automatically selected.
  75. **  The pictures take up the whole screen and the white
  76. **  spots are missing colors for this mode.
  77.  
  78. #bgi  = VESA      (video=2)    ** default, for your information, do not enter
  79. #bgi  = IBM8514   (video=0)    ** for IBM only 8514 only
  80. #bgi  = EGAVGA    (video=?)    ** EGA last resort? should not use.
  81.  
  82. #bgi  = VGAONLY                ** If you have VGA only or not VESA, try this!
  83.  
  84. ** video resolution values (for VESA only)
  85.  
  86. #video= 0                      ** 320x200x256           (256kb video, looks ugly)
  87. #video= 1                      ** 640x480x256           (512kb video, alternate?)
  88. #video= 2                      ** 640x480x256 (default) (512kb video)
  89. #video= 3                      ** 800x600x256           (512kb video)
  90. #video= 4                      ** 1024x768x256          (1mb video reqd)
  91.  
  92. **     Set the cursor option when: **
  93. ** 1.  You have an old mouse driver? and you don't see the cursor
  94. ** 2.  You are using VGA (the driver doesn't erase correctly, sorry, not me)
  95. ** 3.  You don't have a mouse at all (should switch by itself to fakecursor)
  96.  
  97. #fakecursor= true    ** make a cross hair cursor (no mouse is used* old mouse drvr/vesa not working)
  98. #fakemouse = true    ** make a mouse type cursor (no mouse is used/ old mouse drvr)
  99.  
  100. **-------------------------------------------------------------------------
  101. *          ┌─────────────────────────────────────────┐
  102. *          │    (c) 1995 Sensor Based Systems, Inc.  │
  103. *          │        DoomEnhancedEditorProgram        │
  104. *          │   ██     █                   █████████  │
  105. *          │   ██     █                    ██     █  │
  106. *          │   ██     █                    ██     █  │
  107. *          │   ██     █                    ██     █  │
  108. *          │   ████████  ███████  ███████  ████████  │
  109. *          │   ██     █  ██       ██       ██        │
  110. *          │   ██     █  █████    █████    ██        │
  111. *          │   ██     █  ██       ██       ██        │
  112. *          │   ██     █  ███████  ███████  ██ tm     │
  113. *          │                                         │
  114. *          └─────────────────────────────────────────┘
  115. *
  116. **--------------------------end of HeeP.ini ------------------------------
  117.